home *** CD-ROM | disk | FTP | other *** search
- <!DOCTYPE UI><UI version="3.3" stdsetdef="1">
- <class>Form1</class>
- <widget class="QWidget">
- <property name="name">
- <cstring>Form1</cstring>
- </property>
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>499</width>
- <height>237</height>
- </rect>
- </property>
- <property name="caption">
- <string>Form1</string>
- </property>
- <vbox>
- <property name="name">
- <cstring>unnamed</cstring>
- </property>
- <property name="resizeMode">
- <enum>Minimum</enum>
- </property>
- <widget class="CTaskDlgLabel">
- <property name="name">
- <cstring>HdmDlg_TaskLabel</cstring>
- </property>
- <property name="sizePolicy">
- <sizepolicy>
- <hsizetype>5</hsizetype>
- <vsizetype>4</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- </widget>
- <widget class="QFrame">
- <property name="name">
- <cstring>frame5</cstring>
- </property>
- <property name="frameShape">
- <enum>NoFrame</enum>
- </property>
- <property name="frameShadow">
- <enum>Plain</enum>
- </property>
- <vbox>
- <property name="name">
- <cstring>unnamed</cstring>
- </property>
- <property name="margin">
- <number>0</number>
- </property>
- <widget class="QLayoutWidget">
- <property name="name">
- <cstring>layout3</cstring>
- </property>
- <hbox>
- <property name="name">
- <cstring>unnamed</cstring>
- </property>
- <widget class="QLabel">
- <property name="name">
- <cstring>textLabel1</cstring>
- </property>
- <property name="text">
- <string>Please enter new serial number in hexadecimal format:</string>
- </property>
- </widget>
- <widget class="CLineEdit">
- <property name="name">
- <cstring>SetNumberDlg_SerialEdit</cstring>
- </property>
- <property name="frameShape">
- <enum>LineEditPanel</enum>
- </property>
- <property name="frameShadow">
- <enum>Sunken</enum>
- </property>
- <property name="maxLength">
- <number>32767</number>
- </property>
- <property name="HintText" stdset="0">
- <string>Enter a serial number here</string>
- </property>
- </widget>
- <spacer>
- <property name="name">
- <cstring>spacer3</cstring>
- </property>
- <property name="orientation">
- <enum>Horizontal</enum>
- </property>
- <property name="sizeType">
- <enum>Expanding</enum>
- </property>
- <property name="sizeHint">
- <size>
- <width>10</width>
- <height>16</height>
- </size>
- </property>
- </spacer>
- </hbox>
- </widget>
- <spacer>
- <property name="name">
- <cstring>spacer2</cstring>
- </property>
- <property name="orientation">
- <enum>Vertical</enum>
- </property>
- <property name="sizeType">
- <enum>MinimumExpanding</enum>
- </property>
- <property name="sizeHint">
- <size>
- <width>16</width>
- <height>16</height>
- </size>
- </property>
- </spacer>
- </vbox>
- </widget>
- <widget class="QLayoutWidget">
- <property name="name">
- <cstring>layout3</cstring>
- </property>
- <hbox>
- <property name="name">
- <cstring>unnamed</cstring>
- </property>
- <spacer>
- <property name="name">
- <cstring>spacer5</cstring>
- </property>
- <property name="orientation">
- <enum>Horizontal</enum>
- </property>
- <property name="sizeType">
- <enum>Expanding</enum>
- </property>
- <property name="sizeHint">
- <size>
- <width>16</width>
- <height>11</height>
- </size>
- </property>
- </spacer>
- <widget class="QPushButton">
- <property name="name">
- <cstring>HdmDlg_OK</cstring>
- </property>
- <property name="text">
- <string>&Yes</string>
- </property>
- <property name="accel">
- <string>Alt+Y</string>
- </property>
- </widget>
- <widget class="QPushButton">
- <property name="name">
- <cstring>HdmDlg_Cancel</cstring>
- </property>
- <property name="text">
- <string>&No</string>
- </property>
- <property name="accel">
- <string>Alt+N</string>
- </property>
- </widget>
- </hbox>
- </widget>
- </vbox>
- </widget>
- <connections>
- <connection>
- <sender>SetNumberDlg_SerialEdit</sender>
- <signal>textChanged(const QString&)</signal>
- <receiver>Form1</receiver>
- <slot>OptDataChanged()</slot>
- </connection>
- </connections>
- <slots>
- <slot>OptDataChanged()</slot>
- </slots>
- <layoutdefaults spacing="6" margin="11"/>
- <includehints>
- <includehint>taskdlglabel.h</includehint>
- <includehint>apptextbrowser.h</includehint>
- <includehint>lineedit.h</includehint>
- </includehints>
- </UI>
-